From f47038ad998c8ef1bda832caf08a23caf8c3d647 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 16 Feb 2006 22:57:29 +0100 Subject: [PATCH] Fix a dead download url for ccache when building the xm-test ramdisk. From: Adam Wendt Signed-off-by: Keir Fraser --- .../ramdisk/patches/buildroot/ccache-mirror.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch diff --git a/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch b/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch new file mode 100644 index 0000000000..00322e2597 --- /dev/null +++ b/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch @@ -0,0 +1,11 @@ +--- buildroot/toolchain/ccache/ccache.mk~ 2006-02-13 10:21:27.000000000 -0800 ++++ buildroot/toolchain/ccache/ccache.mk 2006-02-13 10:20:18.000000000 -0800 +@@ -4,7 +4,7 @@ + # + ############################################################# + CCACHE_VER:=2.4 +-CCACHE_SITE:=http://ccache.samba.org/ftp/ccache ++CCACHE_SITE:=http://samba.org/ftp/ccache + CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz + CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER) + CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER) -- 2.30.2